home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 December / PCWDEC07.iso / Software / Shareware / HTMLPad Pro 2007 8.1 / htmlpad8.exe / {app} / data / javascr.ini < prev    next >
Encoding:
INI File  |  2007-07-24  |  17.9 KB  |  964 lines

  1. ; JavaScript
  2.  
  3. [%objects]
  4.  
  5. anchor
  6. area
  7. Array
  8. base
  9. body
  10. Boolean
  11. button
  12. checkbox
  13. Date
  14. document
  15. event
  16. FileUpload
  17. form
  18. frame
  19. frameset
  20. Function
  21. Global
  22. hidden
  23. history
  24. iframe
  25. image
  26. link
  27. location
  28. Math
  29. meta
  30. navigator
  31. Number
  32. object
  33. option
  34. password
  35. radio
  36. RegExp
  37. reset
  38. screen
  39. select
  40. String
  41. submit
  42. Table
  43. TableData
  44. TableHeader
  45. TableRow
  46. text
  47. textarea
  48. window
  49.  
  50. [Anchor]
  51. %type=1
  52. accessKey=<property>
  53. charset=<property>
  54. coords=<property>
  55. href=<property>
  56. hreflang=<property>
  57. id=<property>
  58. innerHTML=<property>
  59. name=<property>
  60. rel=<property>
  61. rev=<property>
  62. shape=<property>
  63. tabIndex=<property>
  64. target=<property>
  65. type=<property>
  66. blur()=<method>
  67. focus()=<method>
  68. onBlur=<event>
  69. onFocus=<event>
  70.  
  71. [Array]
  72. %type=1
  73. constructor=<property>
  74. index=<property>
  75. input=<property>
  76. length=<property>
  77. prototype=<property>
  78. concat(ArrayName2, ArrayName3, ..., ArrayNameN)=<method>
  79. join(Separator)=<method>
  80. pop()=<method>
  81. push(Element1, ..., ElementN)=<method>
  82. reverse()=<method>
  83. shift()=<method>
  84. slice(Begin[, End])=<method>
  85. sort(CompareFunction)=<method>
  86. splice(Index, HowMany, [Element1][, ..., ElementN])=<method>
  87. toSource()=<method>
  88. toString()=<method>
  89. unshift(element1, ..., elementN)=<method>
  90. valueOf()=<method>
  91. watch()=<method>
  92. unwatch()=<method>
  93.  
  94. [Area]
  95. %type=1
  96. accessKey=<property>
  97. alt=<property>
  98. coords=<property>
  99. hash=<property>
  100. host=<property>
  101. hostname=<property>
  102. href=<property>
  103. id=<property>
  104. noHref=<property>
  105. pathname=<property>
  106. port=<property>
  107. protocol=<property>
  108. search=<property>
  109. shape=<property>
  110. tabIndex=<property>
  111. target=<property>
  112. onClick=<event>
  113. onDblClick=<event>
  114. onMouseOut=<event>
  115. onMouseOver=<event>
  116.  
  117. [Base]
  118. %type=1
  119. href=<property>
  120. id=<property>
  121. target=<property>
  122.  
  123. [Body]
  124. %type=1
  125. accessKey=<property>
  126. aLink=<property>
  127. background=<property>
  128. bgColor=<property>
  129. id=<property>
  130. link=<property>
  131. scrollLeft=<property>
  132. scrollTop=<property>
  133. text=<property>
  134. vLink=<property>
  135.  
  136. [Boolean]
  137. %type=1
  138. constructor=<property>
  139. prototype=<property>
  140. toSource()=<method>
  141. toString()=<method>
  142. valueOf()=<method>
  143. watch()=<method>
  144. unwatch()=<method>
  145.  
  146. [Button]
  147. %type=1
  148. accessKey=<property>
  149. disabled=<property>
  150. form=<property>
  151. id=<property>
  152. name=<property>
  153. tabIndex=<property>
  154. type=<property>
  155. value=<property>
  156. Blur=<method>
  157. Click=<method>
  158. Focus=<method>
  159. onBlur=<event>
  160. onClick=<event>
  161. onFocus=<event>
  162. onMouseDown=<event>
  163. onMouseUp=<event>
  164.  
  165. [Checkbox]
  166. %type=1
  167. accept=<property>
  168. accessKey=<property>
  169. align=<property>
  170. alt=<property>
  171. checked=<property>
  172. defaultChecked=<property>
  173. disabled=<property>
  174. form=<property>
  175. id=<property>
  176. name=<property>
  177. tabIndex=<property>
  178. type=<property>
  179. value=<property>
  180. blur()=<method>
  181. click()=<method>
  182. focus()=<method>
  183. onBlur=<event>
  184. onClick=<event>
  185. onFocus=<event>
  186. onMouseDown=<event>
  187. onMouseUp=<event>
  188.  
  189. [Date]
  190. %type=1
  191. constructor=<property>
  192. prototype=<property>
  193. getDate()=<method>
  194. getDay()=<method>
  195. getFullYear()=<method>
  196. getHours()=<method>
  197. getMilliseconds()=<method>
  198. getMinutes()=<method>
  199. getMonth()=<method>
  200. getSeconds()=<method>
  201. getTime()=<method>
  202. getTimezoneOffset()=<method>
  203. getUTCDate()=<method>
  204. getUTCDay()=<method>
  205. getUTCFullYear()=<method>
  206. getUTCHours()=<method>
  207. getUTCMilliseconds()=<method>
  208. getUTCMinutes()=<method>
  209. getUTCMonth()=<method>
  210. getUTCSeconds()=<method>
  211. getYear()=<method>
  212. parse(dateString)=<method>
  213. setDate(DateVal)=<method>
  214. setFullYear(YearVal[, MonthVal, DayVal])=<method>
  215. setHours(HoursVal[, MinutesVal, SecondsVal, MsVal])=<method>
  216. setMilliseconds(MillisecondsVal)=<method>
  217. setMinutes(MinutesVal[, SecondsVal, MsVal])=<method>
  218. setMonth(MonthVal[, DayVal])=<method>
  219. setSeconds(SecondsVal[, MsVal])=<method>
  220. setTime(TimeVal)=<method>
  221. setUTCDate(DateVal)=<method>
  222. setUTCFullYear(YearVal[, MonthVal, DayVal])=<method>
  223. setUTCHours(HoursVal[, MinutesVal, SecondsVal, MsVal])=<method>
  224. setUTCMilliseconds(MillisecondsVal)=<method>
  225. setUTCMinutes(MinutesVal[, SecondsVal, MsVal])=<method>
  226. setUTCMonth(MonthVal[, DayVal])=<method>
  227. setUTCSeconds(SecondsVal[, MsVal])=<method>
  228. setYear(YearVal)=<method>
  229. toGMTString()=<method>
  230. toLocaleDateString()=<method>
  231. toLocaleString()=<method>
  232. toLocaleTimeString()=<method>
  233. toSource()=<method>
  234. toString()=<method>
  235. toUTCString()=<method>
  236. UTC(Year, Month, Day[, Hours, Minutes, Seconds, Ms])=<method>
  237. valueOf()=<method>
  238. watch()=<method>
  239. unwatch()=<method>
  240.  
  241. [Event]
  242. %type=1
  243. altKey=<property>
  244. button=<property>
  245. bubbles=<property>
  246. cancelable=<property>
  247. clientX=<property>
  248. clientY=<property>
  249. ctrlKey=<property> 
  250. currentTarget=<property>
  251. eventPhase=<property>
  252. metaKey=<property> 
  253. relatedT=<property>
  254. screenX=<property>
  255. screenY=<property>
  256. shiftKey=<property>
  257. target=<property>
  258. timeStamp=<property>
  259. type=<property>
  260. onabort=<event>
  261. onblur=<event>
  262. onchange=<event>
  263. onclick=<event>
  264. ondblclick=<event>
  265. onerror=<event>
  266. onfocus=<event>
  267. onkeydown=<event>
  268. onkeypress=<event>
  269. onkeyup=<event>
  270. onload=<event>
  271. onmousedown=<event>
  272. onmousemove=<event>
  273. onmouseout=<event>
  274. onmouseover=<event>
  275. onmouseup=<event>
  276. onreset=<event>
  277. onresize=<event>
  278. onselect=<event>
  279. onsubmit=<event>
  280. onunload=<event>
  281.  
  282. [FileUpload]
  283. %type=1
  284. accept=<property>
  285. accessKey=<property>
  286. align=<property>
  287. alt=<property>
  288. defaultValue=<property>
  289. disabled=<property>
  290. form=<property>
  291. id=<property>
  292. name=<property>
  293. tabIndex=<property>
  294. type=<property>
  295. value=<property>
  296. blur()=<method>
  297. focus()=<method>
  298. select()=<method>
  299. onBlur=<event>
  300. onClick=<event>
  301. onFocus=<event>
  302.  
  303. [Form]
  304. %type=1
  305. elements[]=<property>
  306. acceptCharset=<property>
  307. action=<property>
  308. encoding=<property>
  309. enctype=<property>
  310. id=<property>
  311. length=<property>
  312. method=<property>
  313. name=<property>
  314. tabIndex=<property>
  315. target=<property>
  316. reset()=<method>
  317. submit()=<method>
  318. onReset=<event>
  319. onSubmit=<event>
  320.  
  321. [Frame]
  322. %type=1
  323. contentDocument=<property>
  324. frameBorder=<property>
  325. id=<property>
  326. longDesc=<property>
  327. marginHeight=<property>
  328. marginWidth=<property>
  329. name=<property>
  330. noResize=<property>
  331. scrolling=<property>
  332. src=<property>
  333. blur()=<method>
  334. focus()=<method>
  335.  
  336. [Frameset]
  337. %type=1
  338. cols=<property>
  339. id=<property>
  340. rows=<property>
  341. blur()=<method>
  342. focus()=<method>
  343.  
  344. [Function]
  345. %type=1
  346. arity=<property>
  347. arguments=<property>
  348. constructor=<property>
  349. length=<property>
  350. prototype=<property>
  351. apply(ThisArg[, ArgArray])=<method>
  352. call(ThisArg[, Arg1[, Arg2[, ...]]])=<method>
  353. toSource()=<method>
  354. toString()=<method>
  355. valueOf()=<method>
  356.  
  357. [Hidden]
  358. %type=1
  359. defaultValue=<property>
  360. form=<property>
  361. id=<property>
  362. name=<property>
  363. type=<property>
  364. value=<property>
  365.  
  366. [Iframe]
  367. %type=1
  368. align=<property>
  369. contentDocument=<property>
  370. frameBorder=<property>
  371. height=<property>
  372. id=<property>
  373. longDesc=<property>
  374. marginHeight=<property>
  375. marginWidth=<property>
  376. name=<property>
  377. scrolling=<property>
  378. src=<property>
  379. width=<property>
  380.  
  381. [Image]
  382. %type=1
  383. align=<property>
  384. alt=<property>
  385. border=<property>
  386. complete=<property>
  387. height=<property>
  388. hspace=<property>
  389. id=<property>
  390. isMap=<property>
  391. longDesc=<property>
  392. lowsrc=<property>
  393. name=<property>
  394. src=<property>
  395. useMap=<property>
  396. vspace=<property>
  397. width=<property>
  398. onAbort=<event>
  399. onError=<event>
  400. onLoad=<event>
  401.  
  402. [Link]
  403. %type=1
  404. charset=<property>
  405. disabled=<property>
  406. href=<property>
  407. hreflang=<property>
  408. id=<property>
  409. media=<property>
  410. rel=<property>
  411. rev=<property>
  412. target=<property>
  413. type=<property>
  414. onLoad=<event>
  415.  
  416. [Number]
  417. %type=1
  418. constructor=<property>
  419. MAX_VALUE=<property>
  420. MIN_VALUE=<property>
  421. NaN=<property>
  422. NEGATIVE_INFINITY=<property>
  423. POSITIVE_INFINITY=<property>
  424. prototype=<property>
  425. toExponential([FractionDigits])=<method>
  426. toFixed([FractionDigits])=<method>
  427. toPrecision([precision])=<method>
  428. toSource()=<method>
  429. toString([Radix])=<method>
  430. valueOf()=<method>
  431. watch()=<method>
  432. unwatch()=<method>
  433.  
  434. [Object]
  435. %type=1
  436. constructor=<property>
  437. prototype=<property>
  438. align=<property>
  439. archive=<property>
  440. border=<property>
  441. code=<property>
  442. codeBase=<property>
  443. codeType=<property>
  444. data=<property>
  445. declare=<property>
  446. form=<property>
  447. height=<property>
  448. hspace=<property>
  449. id=<property>
  450. name=<property>
  451. standby=<property>
  452. tabIndex=<property>
  453. type=<property>
  454. useMap=<property>
  455. vspace=<property>
  456. width=<property>
  457. toSource()=<method>
  458. toString()=<method>
  459. unwatch()=<method>
  460. valueOf()=<method>
  461. watch()=<method>
  462.  
  463. [Option]
  464. %type=1
  465. defaultSelected=<property>
  466. disabled=<property>
  467. form=<property>
  468. id=<property>
  469. index=<property>
  470. label=<property>
  471. selected=<property>
  472. text=<property>
  473. value=<property>
  474.  
  475. [Password]
  476. %type=1
  477. accept=<property>
  478. accesskey=<property>
  479. defaultValue=<property>
  480. disabled=<property>
  481. form=<property>
  482. id=<property>
  483. maxLength=<property>
  484. name=<property>
  485. readOnly=<property>
  486. size=<property>
  487. tabIndex=<property>
  488. type=<property>
  489. value=<property>
  490. blur()=<method>
  491. click()=<method>
  492. focus()=<method>
  493. select()=<method>
  494. onBlur=<event>
  495. onFocus=<event>
  496. onKeyDown=<event>
  497. onKeyPress=<event>
  498. onKeyUp=<event>
  499.  
  500. [Radio]
  501. %type=1
  502. accept=<property>
  503. accesskey=<property>
  504. align=<property>
  505. alt=<property>
  506. checked=<property>
  507. defaultChecked=<property>
  508. disabled=<property>
  509. form=<property>
  510. id=<property>
  511. name=<property>
  512. size=<property>
  513. tabIndex=<property>
  514. type=<property>
  515. value=<property>
  516. blur()=<method>
  517. click()=<method>
  518. focus()=<method>
  519. select()=<method>
  520. onBlur=<event>
  521. onFocus=<event>
  522.  
  523. [RegExp]
  524. %type=1
  525. constructor=<property>
  526. global=<property>
  527. ignoreCase=<property>
  528. lastIndex=<property>
  529. multiline=<property>
  530. source=<property>
  531. prototype=<property>
  532. exec([Str])=<method>
  533. test([Str])=<method>
  534. toSource()=<method>
  535. toString()=<method>
  536. watch()=<method>
  537. unwatch()=<method>
  538.  
  539. [Reset]
  540. %type=1
  541. accept=<property>
  542. accesskey=<property>
  543. align=<property>
  544. alt=<property>
  545. defaultValue=<property>
  546. disabled=<property>
  547. form=<property>
  548. id=<property>
  549. name=<property>
  550. size=<property>
  551. tabIndex=<property>
  552. type=<property>
  553. value=<property>
  554. blur()=<method>
  555. click()=<method>
  556. focus()=<method>
  557. select()=<method>
  558. onBlur=<event>
  559. onFocus=<event>
  560.  
  561. [Select]
  562. %type=1
  563. options[]=<property>
  564. disabled=<property>
  565. form=<property>
  566. id=<property>
  567. length=<property>
  568. multiple=<property>
  569. name=<property>
  570. selectedIndex=<property>
  571. size=<property>
  572. tabIndex=<property>
  573. type=<property>
  574. value=<property>
  575. add()=<method>
  576. blur()=<method>
  577. focus()=<method>
  578. remove(Index)=<method>
  579. onBlur=<event>
  580. onChange=<event>
  581. onFocus=<event>
  582.  
  583. [String]
  584. %type=1
  585. constructor=<property>
  586. length=<property>
  587. prototype=<property>
  588. anchor("Name")=<method>
  589. big()=<method>
  590. blink()=<method>
  591. bold()=<method>
  592. charAt(Index)=<method>
  593. charCodeAt(Index)=<method>
  594. concat(StrName2, StrName3....StrName[n])=<method>
  595. fixed()=<method>
  596. fontcolor("Color")=<method>
  597. fontsize("Fontsize")=<method>
  598. fromCharCode("Num1,....,NumN")=<method>
  599. indexOf(SearchValue, [FromIndex])=<method>
  600. italics()=<method>
  601. lastIndexOf(SearchValue, [FromIndex])=<method>
  602. link("TargetURL")=<method>
  603. match(Regexp)=<method>
  604. replace(Regexp, NewSubString)=<method>
  605. search(Regexp)=<method>
  606. slice(StartSlice, EndSlice)=<method>
  607. small()=<method>
  608. split([Separator])=<method>
  609. strike()=<method>
  610. sub()=<method>
  611. substr(Start[, Length])=<method>
  612. substring(IndexA, IndexB)=<method>
  613. sup()=<method>
  614. toLowerCase()=<method>
  615. toSource()=<method>
  616. toString()=<method>
  617. toUpperCase()=<method>
  618. valueOf()=<method>
  619. watch()=<method>
  620. unwatch()=<method>
  621.  
  622. [Submit]
  623. %type=1
  624. accept=<property>
  625. accessKey=<property>
  626. align=<property>
  627. alt=<property>
  628. defaultValue=<property>
  629. disabled=<property>
  630. form=<property>
  631. id=<property>
  632. name=<property>
  633. size=<property>
  634. tabIndex=<property>
  635. type=<property>
  636. value=<property>
  637. blur()=<method>
  638. click()=<method>
  639. focus()=<method>
  640. select()=<method>
  641. onClick=<event>
  642. onSelectSrart=<event>
  643.  
  644.  
  645. [Table]
  646. %type=1
  647. rows[]=<property>
  648. tBodies[]=<property>
  649. align=<property>
  650. bgColor=<property>
  651. border=<property>
  652. caption=<property>
  653. cellPadding=<property>
  654. cellSpacing=<property>
  655. frame=<property>
  656. height=<property>
  657. id=<property>
  658. rules=<property>
  659. summary=<property>
  660. tFoot=<property>
  661. tHead=<property>
  662. width=<property>
  663. createCaption()=<method>
  664. createTFoot()=<method>
  665. createTHead()=<method>
  666. deleteCaption()=<method>
  667. deleteRow()=<method>
  668. deleteTFoot()=<method>
  669. deleteTHead()=<method>
  670. insertRow()=<method>
  671.  
  672. [TableData]
  673. %type=1
  674. abbr=<property>
  675. align=<property>
  676. axis=<property>
  677. bgColor=<property>
  678. cellIndex=<property>
  679. ch=<property>
  680. chOff=<property>
  681. colSpan=<property>
  682. headers=<property>
  683. noWrap=<property>
  684. rowSpan=<property>
  685. scope=<property>
  686. vAlign=<property>
  687. width=<property>
  688.  
  689. [TableHeader]
  690. %type=1
  691. abbr=<property>
  692. align=<property>
  693. axis=<property>
  694. bgColor=<property>
  695. cellIndex=<property>
  696. ch=<property>
  697. chOff=<property>
  698. colSpan=<property>
  699. headers=<property>
  700. noWrap=<property>
  701. rowSpan=<property>
  702. scope=<property>
  703. vAlign=<property>
  704. width=<property>
  705.  
  706. [TableRow]
  707. %type=1
  708. align=<property>
  709. bgColor=<property>
  710. ch=<property>
  711. chOff=<property>
  712. rowIndex=<property>
  713. sectionRowIndex=<property>
  714. vAlign=<property>
  715. deleteCell([i])=<method>
  716. insertCell(Index)=<method>
  717.  
  718. [Text]
  719. %type=1
  720. accept=<property>
  721. accessKey=<property>
  722. align=<property>
  723. alt=<property>
  724. defaultValue=<property>
  725. disabled=<property>
  726. form=<property>
  727. id=<property>
  728. maxLength=<property>
  729. name=<property>
  730. readOnly=<property>
  731. size=<property>
  732. tabIndex=<property>
  733. type=<property>
  734. value=<property>
  735. blur()=<method>
  736. focus()=<method>
  737. select()=<method>
  738. onBlur=<event>
  739. onChange=<event>
  740. onFocus=<event>
  741. onKeyDown=<event>
  742. onKeyPress=<event>
  743. onKeyUp=<event>
  744. onSelect=<event>
  745.  
  746. [Textarea]
  747. %type=1
  748. accessKey=<property>
  749. cols=<property>
  750. defaultValue=<property>
  751. disabled=<property>
  752. form=<property>
  753. id=<property>
  754. name=<property>
  755. readOnly=<property>
  756. rows=<property>
  757. tabIndex=<property>
  758. type=<property>
  759. value=<property>
  760. blur()=<method>
  761. focus()=<method>
  762. select()=<method>
  763. onBlur=<event>
  764. onChange=<event>
  765. onFocus=<event>
  766.  
  767. [document]
  768. %type=0
  769. anchors[]=<property>
  770. applets[]=<property>
  771. childNodes[]=<property>
  772. embeds[]=<property>
  773. forms[]=<property>
  774. images[]=<property>
  775. links[]=<property>
  776. stylesheets[]=<property>
  777. alinkColor=<property>
  778. bgColor=<property>
  779. body=<property>
  780. cookie=<property>
  781. documentElement=<property>
  782. domain=<property>
  783. fgColor=<property>
  784. lastModified=<property>
  785. linkColor=<property>
  786. referrer=<property>
  787. title=<property>
  788. URL=<property>
  789. vlinkColor=<property>
  790. close()=<method>
  791. createAttribute(Name)=<method>
  792. createElement(Tag)=<method>
  793. createTextNode(Txt)=<method>
  794. focus()=<method>
  795. getElementById(Id)=<method>
  796. getElementsByName(Name)=<method>
  797. getElementsByTagName(Tag)=<method>
  798. open([MimeType[, Replace]])=<method>
  799. write(String)=<method>
  800. writeln(String)=<method>
  801. onClick=<event>
  802. onDblClick=<event>
  803. onFocus=<event>
  804. onKeyDown=<event>
  805. onKeyPress=<event>
  806. onKeyUp=<event>
  807. onMouseDown=<event>
  808. onMouseMove=<event>
  809. onMouseOut=<event>
  810. onMouseOver=<event>
  811. onMouseUp=<event>
  812. onResize=<event>
  813.  
  814. [history]
  815. %type=0
  816. length=<property>
  817. back()=<method>
  818. forward()=<method>
  819. go(number | URL)=<method>
  820.  
  821. [location]
  822. %type=0
  823. hash=<property>
  824. host=<property>
  825. hostname=<property>
  826. href=<property>
  827. pathname=<property>
  828. port=<property>
  829. protocol=<property>
  830. search=<property>
  831. assign(URL)==<method>
  832. reload()=<method>
  833. replace(URL)=<method>
  834.  
  835. [navigator]
  836. %type=0
  837. plugins[]=<property>
  838. appCodeName=<property>
  839. appName=<property>
  840. appVersion=<property>
  841. cookieEnabled=<property>
  842. platform=<property>
  843. userAgent=<property>
  844. javaEnabled()=<method>
  845. taintEnabled()=<method>
  846.  
  847. [Math]
  848. %type=0
  849. E=<property>
  850. LN2=<property>
  851. LN10=<property>
  852. LOG2E=<property>
  853. LOG10E=<property>
  854. PI=<property>
  855. SQRT1_2=<property>
  856. SQRT2=<property>
  857. abs(x)=<method>
  858. acos(x)=<method>
  859. asin(x)=<method>
  860. atan(x)=<method>
  861. atan2(y,x)=<method>
  862. ceil(x)=<method>
  863. cos(x)=<method>
  864. exp(x)=<method>
  865. floor(x)=<method>
  866. log(x)=<method>
  867. max(x, y)=<method>
  868. min(x, y)=<method>
  869. pow(x, y)=<method>
  870. random()=<method>
  871. round(x)=<method>
  872. sin(x)=<method>
  873. sqrt(x)=<method>
  874. tan(x)=<method>
  875. watch()=<method>
  876. unwatch()=<method>
  877.  
  878. [Meta]
  879. %type=1
  880. charset=<property>
  881. content=<property>
  882. disabled=<property>
  883. httpEquiv=<property>
  884. name=<property>
  885. scheme=<property>
  886.  
  887. [screen]
  888. %type=0
  889. availHeight=<property>
  890. availWidth=<property>
  891. colorDepth=<property>
  892. height=<property>
  893. width=<property>
  894.  
  895. [window]
  896. %type=0
  897. frames[]=<property>
  898. closed=<property>
  899. defaultStatus=<property>
  900. dialogArguments=<property>
  901. dialogHeight=<property>
  902. dialogLeft=<property>
  903. dialogTop=<property>
  904. dialogWidth=<property>
  905. frameElement=<property>
  906. length=<property>
  907. name=<property>
  908. offscreenBuffering=<property>
  909. opener=<property>
  910. parent=<property>
  911. returnValue=<property>
  912. screenLeft=<property>
  913. screenTop=<property>
  914. self=<property>
  915. status=<property>
  916. top=<property>
  917. alert(Text)=<method>
  918. blur()=<method>
  919. clearInterval(ID)=<method>
  920. clearTimeout(ID)=<method>
  921. close()=<method>
  922. confirm(Text)=<method>
  923. focus()=<method>
  924. moveBy(x,y)=<method>
  925. moveTo(x,y)=<method>
  926. open(URL, Name[, Features])=<method>
  927. print()=<method>
  928. prompt(text,defaultText)=<method>
  929. resizeTo(width,height)=<method>
  930. scrollBy(xnum,ynum)=<method>
  931. scrollTo(xpos,ypos)=<method>
  932. setInterval(code, millisec[, "lang"])=<method>
  933. setTimeout(code,millisec,lang)=<method>
  934.  
  935. [Global]
  936. %type=2
  937. Infinity=<property>
  938. NaN=<property>
  939. undefined=<property>
  940. decodeURI()=<method>
  941. decodeURIComponent()=<method>
  942. encodeURI()=<method>
  943. encodeURIComponent()=<method>
  944. escape()=<method>
  945. eval()=<method>
  946. isFinite()=<method>
  947. isNaN()=<method>
  948. parseFloat()=<method>
  949. parseInt()=<method>
  950. unescape()=<method>
  951.  
  952.  
  953. [%description]
  954.  
  955. Global=Intrinsic object that collect global methods into one object
  956. Global.decodeURI()=decodeURI()#Decodes a Uniform Resource Identifier
  957.  
  958. Array=Multidimensional variable
  959. Array.concat()=Array.concat(arrayName2, arrayName3, ..., arrayNameN)#Joins two or more Array objects producing one new one. 
  960. Array.join()=Array.join(separator)#Joins all the elements of an array into a single string separated by a specified string separator (if none is specified, the default is a comma).
  961. Array.pop()=Array.pop()#Removes and returns the last element of an array.
  962. Array.push()=Array.push(element1, ..., elementN)#Adds one or more elements to an array, returning the new length of it. 
  963.  
  964.